Welcome![Sign In][Sign Up]
Location:
Search - Matlab Word

Search list

[Other resource精通MATLAB(word

Description: 精通MATLAB这本书的word般,该版只能用于学习,不能做为商业用途-Be well up in the word of book of MATLAB ,It s only for studying,cann t be for the business.
Platform: | Size: 623325 | Author: 黄健康 | Hits:

[File OperateMatlab+Word

Description: Matlab是功能强大的工程计算和数据分析软件,Word是一个功能强大的文字处理软件。通过二者结合,可以在Word中实现数据可视化操作,并很方便地在科技报告、论文和专著的写作中实现图文并茂;再通过MATLAB软件在土工试验数据处理方面应用过程的探索,介绍一种新型的数据处理软件,为今后的试验数据处理提供一种新的思路。
Platform: | Size: 48643 | Author: haodashi | Hits:

[Mathimatics-Numerical algorithms数值分析及其MATLAB实现

Description: 本书作者以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法,针对本书中介绍的每种具体数值算法,编写了具有人性化和一般化的数值算法、解析解法和图形可视化显示(如果存在的话)并举的MATLAB程序软件包,并且通过实例详细地介绍了这些软件包的使用方法,建立了数值分析机械化MATLAB软件操作平台,使数值方法实现机械化。这些程序有的运行结果可以全面展示数值计算的全过程,有的显示给用户必要的提示,有的输出数值解及其误差限或误差估计公式,有的还可以在同一坐标系中展示给读者符号解和几种数值解的图形,供读者分析、比较不同数值算法间的优劣,选择最佳算法,从而达到科学计算之目的。 本书为读者提供了一张学习MATLAB和浏览本书中的程序及图形的光盘。光盘含有用可视化图形介绍的MATLAB基本操作和作图等内容的Word文档电子图书及其多媒体教学软件。另外,光盘中还附有本书中的MATLAB程序包和图形供读者使用。光盘主要内容和制作工具如下: 第一篇 MATLAB快速入门多媒体辅助教学软件(用Microsoft PowerPoint 2000制作); 第二篇 MATLAB快速入门电子版(用Microsoft Word 2000制作)。第一篇和第二篇制作精细,图文并茂,可以帮助读者快速掌握MATLAB软件(如,MATLAB界面和各种窗口的功能和使用、矩阵和数组的运算、平面和空间图形的制作及符号运算等等); 第三篇 《数值分析及MATLAB实现(MATLAB 6.X 7.X版)》的MATLAB程序电子版(用Microsoft Word 2000制作),展示了MATLAB程序在工作空间中的原貌,供读者浏览,与书中程序对照使用; 第四篇 书稿中各章的图形电子版(用Microsoft Word 2000制作),以彩图的形式展示了书中图形的原貌,补救了本书黑白图形的不足,供读者浏览,与书中图形对照使用。
Platform: | Size: 4639264 | Author: lvchenglin | Hits:

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[Speech/Voice recognition/combine语音识别与合成入门1(内有matlab源码)

Description: 语音识别与合成入门2,word或压缩包中内有matlab源码-speech recognition and synthesis 2 entry, word or compressed packages within Matlab FOSS
Platform: | Size: 395264 | Author: 周员 | Hits:

[Speech/Voice recognition/combine语音识别与合成入门2(内有matlab源码)

Description: 语音识别与合成入门2,word或压缩包中内有matlab源码-speech recognition and synthesis 2 entry, word or compressed packages within Matlab FOSS
Platform: | Size: 90112 | Author: 周员 | Hits:

[Speech/Voice recognition/combine语音识别与合成入门3(内有matlab源码)

Description: 语音识别与合成入门3,word或压缩包中内有matlab源码-speech recognition and synthesis 3 entry, word or compressed packages within Matlab FOSS
Platform: | Size: 57344 | Author: 周员 | Hits:

[Speech/Voice recognition/combine语音识别与合成入门4(内有matlab源码)

Description: 语音识别与合成入门4,word或压缩包中内有matlab源码-speech recognition and synthesis four entry, word or compressed packages within Matlab FOSS
Platform: | Size: 51200 | Author: 周员 | Hits:

[Speech/Voice recognition/combine语音识别与合成入门5(内有matlab源码)

Description: 语音识别与合成入门5,word或压缩包中内有matlab源码-speech recognition and synthesis 5 entry, word or compressed packages within Matlab FOSS
Platform: | Size: 163840 | Author: 周员 | Hits:

[matlab蚁群算法的matlab源码

Description: 用matlab编写的用于解决tsp问题的源代码,代码本身不完善,有一点问题,上载用的是普通word文档形式。-using Matlab prepared for the settlement tsp the source code, the code itself imperfect, it is, on the use of ordinary word document form.
Platform: | Size: 6144 | Author: 任涛 | Hits:

[matlab精通MATLAB(word

Description: 精通MATLAB这本书的word般,该版只能用于学习,不能做为商业用途-Be well up in the word of book of MATLAB ,It s only for studying,cann t be for the business.
Platform: | Size: 622592 | Author: 黄健康 | Hits:

[Special Effectsmatlab_smooth

Description: 各种平滑算法验证,除在matlab中验证外,word文档中也有详细说明-various smoothing algorithm validation, in addition to verify Matlab, word documents also detail
Platform: | Size: 849920 | Author: 刘欣 | Hits:

[Graph programMATLAB0000000000000000000000

Description: MATLAB外部程序接口实现方法研究.rar -MATLAB external program interface method. RarMATLAB external program interface Methods. rar
Platform: | Size: 8192 | Author: panzhi | Hits:

[MultiLanguagematlab_word_excel

Description: matlab与word、Excel的混合使用,太强了,该程序包括各种实例,狂赞!-Matlab and the word, Excel mixed use, too. The procedures include various examples of mad praise!
Platform: | Size: 1024 | Author: 任飞 | Hits:

[Technology ManagementmatlabwithVC

Description: 介绍引擎在vc中的应用,matlab与VC结合的很好的说明-Introduce the engine in vc application, matlab combination with the VC very good description of
Platform: | Size: 3072 | Author: 成伟明 | Hits:

[source in ebookmatlab

Description: MATLAB 7.0从入门到精通,的所有源代码!!!所在类别: 随书资源/T 工业技术/TP 自动化技术、计算机技术/TP31 计算机软件 其他题名: 作者: 求是科技编著 出版者: 人民邮电出版社 出版年: 2006 ISBN: 7-115-14327-7 ISBN1: ISRC: 分类号: TP312MA 索书号: TP312MA/44 丛编: 版次: 分卷: 定价: 简介: 本书共分为15章,前五章介绍MARLAB的基础知识;接下来四章是MARLAB7.0的高级应用部分;最后介绍了高级图形设计的相关知识和MARLAB与Word、Excel的混合使用以及MARLAB的应用程序接口。 -MATLAB 7.0 from entry to the master, all the source code! ! ! Where the categories: Book with the resources/T Industrial Technology/TP automation technology, computer technology/TP31 computer software other title: Authors: Qiushi Science and Technology edited by the publisher: Posts
Platform: | Size: 94208 | Author: 刘严庆 | Hits:

[Technology ManagementMatlab

Description: 很好的matlab作图word文档,希望对大家有帮助-Mapping matlab good word documents, and they hope to help everyone
Platform: | Size: 17408 | Author: zelision | Hits:

[File FormatMatlab+Word

Description: Matlab是功能强大的工程计算和数据分析软件,Word是一个功能强大的文字处理软件。通过二者结合,可以在Word中实现数据可视化操作,并很方便地在科技报告、论文和专著的写作中实现图文并茂;再通过MATLAB软件在土工试验数据处理方面应用过程的探索,介绍一种新型的数据处理软件,为今后的试验数据处理提供一种新的思路。-Matlab is a powerful engineering calculations and data analysis software, Word is a powerful word processing software. Through a combination of both, you can realize in the Word data visualization in operation and easy in science and technology reports, papers and monographs Writing realize illustrations through MATLAB software in the soil test data-processing application of the process of exploration, introduction 1 kinds of new data processing software, in order to deal with future experimental data provide a new way of thinking.
Platform: | Size: 48128 | Author: haodashi | Hits:

[AI-NN-PRsimple-isolated-word-recognition

Description: 可以实现简单孤立词的识别和训练,内有1到9的录音,可以自己训练。-Can achieve a simple isolated word recognition and training, there are 1 to 9 of the recording, you can own training.
Platform: | Size: 8151040 | Author: 张忠顺 | Hits:

[BooksMATLAB揭秘

Description: 一本关于matlab口碑很好的入门书籍,对于初学者大有裨益,值得一看。(A good introduction book about matlab word-of-mouth, for beginners, it is worth reading.)
Platform: | Size: 7383040 | Author: 郁闷的土豆 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net